home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / GRAPHDRAW / !GraphDraw / !Run < prev    next >
Text File  |  1990-11-25  |  822b  |  30 lines

  1. | > !GraphDraw.!Run
  2. |
  3. | Run file for GraphDraw 25/11/90
  4. |
  5. | by Chris Johnson
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. Set Alias$@RunType_7F3 /<Obey$Dir>.!Run %%*0
  9. Set File$Type_7F3 GraphFile
  10. |
  11. | Find path to file
  12. Set GraphDraw$Dir <Obey$Dir>
  13. |
  14. If "<Font$Prefix>"="" Then Error You need to double click on !Fonts before running this application
  15. |
  16. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  17. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  18. |
  19. RMensure FPEmulator 0 RMLoad System:modules.FPEmulator
  20. RMensure FPEmulator 0 Error You need the floating point emulator installed
  21. |
  22. RMensure ABCLibrary 0 RMLoad System:modules.ABCLib
  23. RMensure ABCLibrary 0 Error You need the ABClibrary installed
  24. |
  25. | Check memory allocation
  26. WimpSlot -min 220K -max 220K
  27. |
  28. | Now start program
  29. Run <GraphDraw$Dir>.!RunImage %*0
  30.